home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming a Multiplayer FPS in DirectX
/
Programming a Multiplayer FPS in DirectX (Companion CD).iso
/
Paint Shop Pro
/
PSP900enTR.exe
/
Data1.cab
/
_19AA01F291D047958C75453F8915E10C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-08-16
|
492 b
|
21 lines
from JascApp import *
def ScriptProperties():
return {
'Author': u'Jasc Software, Inc.',
'Copyright': u'Copyright (c) 2003-2004 Jasc Software, Inc. All rights reserved.',
'Description': u'',
'Host': u'Paint Shop Pro',
'Host Version': u'8.10'
}
def Preset_Solarize():
return {
'Threshold': 100
}
def Do(Environment):
# Solarize
App.Do( Environment, 'Solarize', Preset_Solarize())